Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

struct Microsoft.​Extensions.​Logging.​Abstractions.​LogEntry<​TState>

Assembly: Microsoft.Extensions.Logging.Abstractions

Holds the information for a single log entry.

Properties

public string
Category
Gets the log category.
public EventId
EventId
Gets the log event ID.
Exception
Gets the log exception.
public System.​Func<​TState, System.​Exception, string>
Formatter
Gets the formatter.
public LogLevel
LogLevel
Gets the log level.
public TState
State
Gets the state.

Methods

public bool
Equals​(object obj)
Inherited from System.​ValueType
public int
GetHashCode​()
Inherited from System.​ValueType
public string
ToString​()
Inherited from System.​ValueType
protected void
Finalize​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object